Purpose
Gateway pages are used to achieve search engine listings under different keywords,
while pointing at your main site. When opened, the gateway page automatically
transferred the surfer to your main page. The keywords and page titles way
or may not be relevant to your sites content.
Instructions
Copy and paste the coding onto your site and change the orange colored details
to suit your need.
<HTML>
<HEAD><META http-equiv="refresh" content="3;url=http://URL">
<META NAME="keywords" CONTENT="KEYWORD1, KEYWORD2, KEYWORD3,
KEYWORD4, KEYWORD5">
<TITLE>PAGE TITLE</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<P ALIGN=Center><BIG>Transferring to main page...</BIG>
</BODY></HTML> |